home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMFIND / TFRMFIND.txt < prev   
Encoding:
Text File  |  2000-03-01  |  7.5 KB  |  283 lines

  1. object FrmFind: TFrmFind
  2.   Left = 338
  3.   Top = 150
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Find Messages'
  7.   ClientHeight = 321
  8.   ClientWidth = 365
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Image1: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 16
  25.     Height = 16
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Transparent = True
  29.   end
  30.   object Label1: TLabel
  31.     Left = 32
  32.     Top = 8
  33.     Width = 304
  34.     Height = 17
  35.     Caption = 'Find all &messages containing the following text:'
  36.     FocusControl = EditFind
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = 17
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Image2: TImage
  45.     Left = 8
  46.     Top = 64
  47.     Width = 16
  48.     Height = 16
  49.     AutoSize = True
  50.     Picture.Data = {<image001.bmp>}
  51.     Transparent = True
  52.   end
  53.   object Label2: TLabel
  54.     Left = 32
  55.     Top = 64
  56.     Width = 249
  57.     Height = 17
  58.     Caption = 'But &don'#39't find them if they also contain:'
  59.     FocusControl = EditDontFind
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = 17
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object LblFolder: TLabel
  68.     Left = 232
  69.     Top = 166
  70.     Width = 3
  71.     Height = 16
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.   end
  75.   object Bevel1: TBevel
  76.     Left = 26
  77.     Top = 192
  78.     Width = 317
  79.     Height = 2
  80.   end
  81.   object Label3: TLabel
  82.     Left = 30
  83.     Top = 230
  84.     Width = 117
  85.     Height = 16
  86.     Caption = 'Currently searching:'
  87.   end
  88.   object Label4: TLabel
  89.     Left = 10
  90.     Top = 204
  91.     Width = 120
  92.     Height = 16
  93.     Caption = 'Destination mailbox:'
  94.   end
  95.   object LblCurrent: TLabel
  96.     Left = 160
  97.     Top = 230
  98.     Width = 5
  99.     Height = 16
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -13
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.   end
  107.   object Label5: TLabel
  108.     Left = 38
  109.     Top = 248
  110.     Width = 108
  111.     Height = 16
  112.     Caption = 'Message number:'
  113.   end
  114.   object LblNumber: TLabel
  115.     Left = 160
  116.     Top = 248
  117.     Width = 5
  118.     Height = 16
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -13
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.   end
  126.   object LblMailbox: TLabel
  127.     Left = 208
  128.     Top = 146
  129.     Width = 3
  130.     Height = 16
  131.     ParentShowHint = False
  132.     ShowHint = True
  133.   end
  134.   object EditFind: TEdit
  135.     Left = 10
  136.     Top = 32
  137.     Width = 191
  138.     Height = 24
  139.     TabOrder = 0
  140.   end
  141.   object cbFindCase: TCheckBox
  142.     Left = 214
  143.     Top = 36
  144.     Width = 133
  145.     Height = 17
  146.     Caption = '&Ignore letter case'
  147.     Checked = True
  148.     State = cbChecked
  149.     TabOrder = 1
  150.   end
  151.   object EditDontFind: TEdit
  152.     Left = 10
  153.     Top = 88
  154.     Width = 191
  155.     Height = 24
  156.     TabOrder = 2
  157.   end
  158.   object cbDontFindCase: TCheckBox
  159.     Left = 214
  160.     Top = 92
  161.     Width = 133
  162.     Height = 17
  163.     Caption = 'Ig&nore letter case'
  164.     Checked = True
  165.     State = cbChecked
  166.     TabOrder = 3
  167.   end
  168.   object radioSearchAll: TRadioButton
  169.     Left = 14
  170.     Top = 126
  171.     Width = 163
  172.     Height = 17
  173.     Caption = 'Search &all mailboxes'
  174.     Checked = True
  175.     TabOrder = 4
  176.     TabStop = True
  177.   end
  178.   object radioSearchOnly: TRadioButton
  179.     Left = 14
  180.     Top = 166
  181.     Width = 212
  182.     Height = 17
  183.     Caption = 'Search &only within current folder:'
  184.     TabOrder = 6
  185.   end
  186.   object BtnCancel: TButton
  187.     Left = 171
  188.     Top = 280
  189.     Width = 90
  190.     Height = 33
  191.     Cancel = True
  192.     Caption = 'Cancel'
  193.     TabOrder = 9
  194.     OnClick = BtnCancelClick
  195.   end
  196.   object BtnClose: TButton
  197.     Left = 265
  198.     Top = 280
  199.     Width = 90
  200.     Height = 33
  201.     Cancel = True
  202.     Caption = '&Close'
  203.     TabOrder = 10
  204.     OnClick = BtnCloseClick
  205.   end
  206.   object BtnFind: TBitBtn
  207.     Left = 9
  208.     Top = 278
  209.     Width = 99
  210.     Height = 37
  211.     Caption = '&Find'
  212.     Default = True
  213.     Font.Charset = DEFAULT_CHARSET
  214.     Font.Color = clWindowText
  215.     Font.Height = 17
  216.     Font.Name = 'Arial'
  217.     Font.Style = [fsBold]
  218.     ParentFont = False
  219.     TabOrder = 8
  220.     OnClick = BtnFindClick
  221.     Glyph.Data = {
  222.       36050000424D3605000000000000360400002800000010000000100000000100
  223.       0800000000000001000000000000000000000001000000010000000000000000
  224.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  225.       A6000020400000206000002080000020A0000020C0000020E000004000000040
  226.       20000040400000406000004080000040A0000040C0000040E000006000000060
  227.       20000060400000606000006080000060A0000060C0000060E000008000000080
  228.       20000080400000806000008080000080A0000080C0000080E00000A0000000A0
  229.       200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0
  230.       200000C0400000C0600000C0800000C0A00000C0C00000C0E00000E0000000E0
  231.       200000E0400000E0600000E0800000E0A00000E0C00000E0E000400000004000
  232.       20004000400040006000400080004000A0004000C0004000E000402000004020
  233.       20004020400040206000402080004020A0004020C0004020E000404000004040
  234.       20004040400040406000404080004040A0004040C0004040E000406000004060
  235.       20004060400040606000406080004060A0004060C0004060E000408000004080
  236.       20004080400040806000408080004080A0004080C0004080E00040A0000040A0
  237.       200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0
  238.       200040C0400040C0600040C0800040C0A00040C0C00040C0E00040E0000040E0
  239.       200040E0400040E0600040E0800040E0A00040E0C00040E0E000800000008000
  240.       20008000400080006000800080008000A0008000C0008000E000802000008020
  241.       20008020400080206000802080008020A0008020C0008020E000804000008040
  242.       20008040400080406000804080008040A0008040C0008040E000806000008060
  243.       20008060400080606000806080008060A0008060C0008060E000808000008080
  244.       20008080400080806000808080008080A0008080C0008080E00080A0000080A0
  245.       200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0
  246.       200080C0400080C0600080C0800080C0A00080C0C00080C0E00080E0000080E0
  247.       200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C000
  248.       2000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C020
  249.       2000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C040
  250.       2000C0404000C0406000C0408000C040A000C040C000C040E000C0600000C060
  251.       2000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C080
  252.       2000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A0
  253.       2000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C0
  254.       2000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0A000808080000000
  255.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FDFDFDFDFDFD
  256.       FDFDFDFDFDFDFD0700FDFDFDFDFDFDFDFDFDFDFDFDFD07A400FDFDFDFDFDFDFD
  257.       FDFDFDFDFD07A400FDFDFDFDFDFDFDFDFDFDFDFD07A400FDFDFDFDFDFDFDA4A4
  258.       A4FDFD07A400FDFDFDFDFDFDA4A4FFFFFFA407A400FDFDFDFDFDFDFDFFFF372F
  259.       2F2FFFA4FDFDFDFDFDFDFDA437373737372F2FFFA4FDFDFDFDFDFDA4FB373737
  260.       37372FFFA4FDFDFDFDFDFFA4FB37373737372F2FFFA4FDFDFDFDFFA4FBFB3737
  261.       3737372FFFA4FDFDFDFDFFA4FBFBFB3737373737FFA4FDFDFDFDFDFFA4FBFBFB
  262.       FB3737FFA4FDFDFDFDFDFDFFA4A4FBFBFBFB37FFA4FDFDFDFDFDFDFDFFFFA4A4
  263.       A4A4A4FDFDFDFDFDFDFDFDFDFDFDFFFFFFFDFDFDFDFDFDFDFDFD}
  264.     Spacing = 8
  265.   end
  266.   object EditFound: TEdit
  267.     Left = 140
  268.     Top = 200
  269.     Width = 189
  270.     Height = 24
  271.     TabOrder = 7
  272.     Text = 'Found'
  273.   end
  274.   object RadioSearchMailbox: TRadioButton
  275.     Left = 14
  276.     Top = 146
  277.     Width = 191
  278.     Height = 17
  279.     Caption = 'Search only current mailbox:'
  280.     TabOrder = 5
  281.   end
  282. end
  283.